home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / nwlib15.zip / DEMO.ZIP / MAIN.DFM / MAIN.txt
Text File  |  1996-06-08  |  11KB  |  548 lines

  1. object winMain: TwinMain
  2.   Left = 161
  3.   Top = 156
  4.   BorderStyle = bsSingle
  5.   Caption = 'NWLib by Devont Software, Inc.'
  6.   ClientHeight = 478
  7.   ClientWidth = 704
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Pitch = fpVariable
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object Bevel1: TBevel
  19.     Left = 116
  20.     Top = 9
  21.     Width = 164
  22.     Height = 187
  23.   end
  24.   object Label1: TLabel
  25.     Left = 0
  26.     Top = 20
  27.     Width = 107
  28.     Height = 17
  29.     Alignment = taRightJustify
  30.     AutoSize = False
  31.     Caption = 'User ID:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 0
  35.     Top = 50
  36.     Width = 107
  37.     Height = 17
  38.     Alignment = taRightJustify
  39.     AutoSize = False
  40.     Caption = 'Object ID:'
  41.   end
  42.   object Label4: TLabel
  43.     Left = 5
  44.     Top = 83
  45.     Width = 102
  46.     Height = 17
  47.     Alignment = taRightJustify
  48.     AutoSize = False
  49.     Caption = 'Full Name:'
  50.   end
  51.   object Label5: TLabel
  52.     Left = 0
  53.     Top = 112
  54.     Width = 107
  55.     Height = 16
  56.     Alignment = taRightJustify
  57.     AutoSize = False
  58.     Caption = 'Server Name:'
  59.   end
  60.   object userid: TLabel
  61.     Left = 122
  62.     Top = 20
  63.     Width = 151
  64.     Height = 20
  65.     AutoSize = False
  66.     Caption = 'userid'
  67.     Font.Color = clHighlightText
  68.     Font.Height = -16
  69.     Font.Name = 'System'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     Transparent = True
  73.   end
  74.   object objectid: TLabel
  75.     Left = 122
  76.     Top = 50
  77.     Width = 151
  78.     Height = 20
  79.     AutoSize = False
  80.     Caption = 'objectid'
  81.     Font.Color = clHighlightText
  82.     Font.Height = -16
  83.     Font.Name = 'System'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     Transparent = True
  87.   end
  88.   object netname: TLabel
  89.     Left = 122
  90.     Top = 80
  91.     Width = 151
  92.     Height = 20
  93.     AutoSize = False
  94.     Caption = 'netname'
  95.     Font.Color = clHighlightText
  96.     Font.Height = -16
  97.     Font.Name = 'System'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     Transparent = True
  101.   end
  102.   object server: TLabel
  103.     Left = 122
  104.     Top = 110
  105.     Width = 151
  106.     Height = 20
  107.     AutoSize = False
  108.     Caption = 'server'
  109.     Font.Color = clHighlightText
  110.     Font.Height = -16
  111.     Font.Name = 'System'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     Transparent = True
  115.   end
  116.   object label6: TLabel
  117.     Left = 8
  118.     Top = 143
  119.     Width = 99
  120.     Height = 16
  121.     Alignment = taRightJustify
  122.     AutoSize = False
  123.     Caption = 'Server Date:'
  124.   end
  125.   object serverdate: TLabel
  126.     Left = 122
  127.     Top = 140
  128.     Width = 151
  129.     Height = 20
  130.     AutoSize = False
  131.     Caption = 'serverdate'
  132.     Font.Color = clHighlightText
  133.     Font.Height = -16
  134.     Font.Name = 'System'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     Transparent = True
  138.   end
  139.   object Label2: TLabel
  140.     Left = 0
  141.     Top = 172
  142.     Width = 108
  143.     Height = 16
  144.     Alignment = taRightJustify
  145.     AutoSize = False
  146.     Caption = '1st Net Drive:'
  147.   end
  148.   object netDrive: TLabel
  149.     Left = 122
  150.     Top = 170
  151.     Width = 151
  152.     Height = 20
  153.     AutoSize = False
  154.     Caption = 'netdrive'
  155.     Font.Color = clHighlightText
  156.     Font.Height = -16
  157.     Font.Name = 'System'
  158.     Font.Style = []
  159.     ParentFont = False
  160.     Transparent = True
  161.   end
  162.   object Panel1: TPanel
  163.     Left = 0
  164.     Top = 454
  165.     Width = 704
  166.     Height = 24
  167.     Align = alBottom
  168.     BevelInner = bvLowered
  169.     TabOrder = 0
  170.     object foot1: TLabel
  171.       Left = 2
  172.       Top = 2
  173.       Width = 35
  174.       Height = 20
  175.       Align = alLeft
  176.       Caption = 'foot1'
  177.     end
  178.     object foot2: TLabel
  179.       Left = 667
  180.       Top = 2
  181.       Width = 35
  182.       Height = 20
  183.       Align = alRight
  184.       Alignment = taRightJustify
  185.       Caption = 'foot2'
  186.     end
  187.   end
  188.   object everyone: TListBox
  189.     Left = 290
  190.     Top = 30
  191.     Width = 106
  192.     Height = 166
  193.     Hint = 'Double Click (or Right-Click) on a User!'
  194.     Font.Color = clBlack
  195.     Font.Height = -15
  196.     Font.Name = 'MS Sans Serif'
  197.     Font.Style = []
  198.     ItemHeight = 16
  199.     ParentFont = False
  200.     PopupMenu = everyonePopup
  201.     Sorted = True
  202.     TabOrder = 1
  203.     OnDblClick = everyoneDblClick
  204.   end
  205.   object Header1: THeader
  206.     Left = 289
  207.     Top = 8
  208.     Width = 108
  209.     Height = 23
  210.     Enabled = False
  211.     Sections.Sections = (
  212.       #0'83'#0'EVERYONE')
  213.     TabOrder = 2
  214.   end
  215.   object groups: TListBox
  216.     Left = 400
  217.     Top = 30
  218.     Width = 107
  219.     Height = 166
  220.     Hint = 'Double Click on a Group!'
  221.     Font.Color = clBlack
  222.     Font.Height = -15
  223.     Font.Name = 'MS Sans Serif'
  224.     Font.Style = []
  225.     ItemHeight = 16
  226.     ParentFont = False
  227.     Sorted = True
  228.     TabOrder = 3
  229.     OnDblClick = groupsDblClick
  230.   end
  231.   object Header2: THeader
  232.     Left = 399
  233.     Top = 8
  234.     Width = 108
  235.     Height = 23
  236.     Enabled = False
  237.     Sections.Sections = (
  238.       #0'55'#0'Groups')
  239.     TabOrder = 4
  240.   end
  241.   object Panel2: TPanel
  242.     Left = 10
  243.     Top = 236
  244.     Width = 361
  245.     Height = 205
  246.     BevelInner = bvLowered
  247.     BevelOuter = bvLowered
  248.     TabOrder = 5
  249.     object username: TLabel
  250.       Left = 10
  251.       Top = 11
  252.       Width = 341
  253.       Height = 20
  254.       Alignment = taCenter
  255.       AutoSize = False
  256.       Font.Color = clRed
  257.       Font.Height = -17
  258.       Font.Name = 'System'
  259.       Font.Style = [fsBold]
  260.       ParentFont = False
  261.     end
  262.     object loggedin: TLabel
  263.       Left = 10
  264.       Top = 31
  265.       Width = 341
  266.       Height = 20
  267.       Alignment = taCenter
  268.       AutoSize = False
  269.       Font.Color = clRed
  270.       Font.Height = -17
  271.       Font.Name = 'System'
  272.       Font.Style = [fsBold]
  273.       ParentFont = False
  274.     end
  275.     object bEnable: TButton
  276.       Left = 12
  277.       Top = 148
  278.       Width = 137
  279.       Height = 25
  280.       Hint = 'Enable Logins on Current Server'
  281.       Caption = '&Enable Login'
  282.       Enabled = False
  283.       TabOrder = 0
  284.       OnClick = bEnableClick
  285.     end
  286.     object bDisable: TButton
  287.       Left = 12
  288.       Top = 173
  289.       Width = 137
  290.       Height = 25
  291.       Hint = 'Disable Logins on Current Server'
  292.       Caption = '&Disable Login'
  293.       TabOrder = 1
  294.       OnClick = bDisableClick
  295.     end
  296.     object bLogout: TButton
  297.       Left = 275
  298.       Top = 148
  299.       Width = 75
  300.       Height = 25
  301.       Hint = 'Jane!! Stop this Crazy Thing!'
  302.       Caption = '&Logout'
  303.       TabOrder = 2
  304.       OnClick = bLogoutClick
  305.     end
  306.     object bExit: TButton
  307.       Left = 275
  308.       Top = 173
  309.       Width = 75
  310.       Height = 25
  311.       Hint = 'Take your shoes off & set a spell.'
  312.       Caption = 'E&xit'
  313.       TabOrder = 3
  314.       OnClick = bExitClick
  315.     end
  316.     object isManager: TCheckBox
  317.       Left = 25
  318.       Top = 114
  319.       Width = 95
  320.       Height = 21
  321.       Caption = 'Manager'
  322.       Enabled = False
  323.       TabOrder = 4
  324.     end
  325.     object isSuper: TCheckBox
  326.       Left = 200
  327.       Top = 90
  328.       Width = 148
  329.       Height = 21
  330.       Caption = 'Supervisor'
  331.       Enabled = False
  332.       TabOrder = 5
  333.     end
  334.     object isConsole: TCheckBox
  335.       Left = 25
  336.       Top = 90
  337.       Width = 119
  338.       Height = 21
  339.       Caption = 'Console Opr'
  340.       Enabled = False
  341.       TabOrder = 6
  342.     end
  343.     object canLogin: TCheckBox
  344.       Left = 200
  345.       Top = 114
  346.       Width = 148
  347.       Height = 21
  348.       Caption = 'Logins Enabled'
  349.       Enabled = False
  350.       TabOrder = 7
  351.     end
  352.   end
  353.   object Panel3: TPanel
  354.     Left = 384
  355.     Top = 236
  356.     Width = 313
  357.     Height = 205
  358.     BevelInner = bvLowered
  359.     BevelOuter = bvLowered
  360.     TabOrder = 6
  361.     object serverlist: TListBox
  362.       Left = 10
  363.       Top = 10
  364.       Width = 221
  365.       Height = 141
  366.       Hint = 'Double Click on a Server!'
  367.       Font.Color = clBlack
  368.       Font.Height = -15
  369.       Font.Name = 'MS Sans Serif'
  370.       Font.Style = []
  371.       ItemHeight = 16
  372.       ParentFont = False
  373.       Sorted = True
  374.       TabOrder = 0
  375.       OnDblClick = serverlistDblClick
  376.     end
  377.     object servertext: TEdit
  378.       Left = 10
  379.       Top = 160
  380.       Width = 221
  381.       Height = 24
  382.       TabOrder = 1
  383.     end
  384.     object volumes: TListBox
  385.       Left = 240
  386.       Top = 10
  387.       Width = 61
  388.       Height = 181
  389.       Hint = 'Network Volume Listing'
  390.       Font.Color = clBlack
  391.       Font.Height = -15
  392.       Font.Name = 'MS Sans Serif'
  393.       Font.Style = []
  394.       ItemHeight = 16
  395.       ParentFont = False
  396.       Sorted = True
  397.       TabOrder = 2
  398.     end
  399.   end
  400.   object mapList: TListBox
  401.     Left = 511
  402.     Top = 30
  403.     Wid